home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
egs-tools
/
egs_demo-version
/
egs_devels
/
c-include
/
clib
/
gbradio_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-06
|
847b
|
34 lines
/**
** Prototypes for gbradio.library
**
** Created: 03. Aug 1992 US
** Changed: 03. Aug 1992
**
**/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EGS_EGSINTUI_H
#include <egs/egsintui.h>
#endif
#ifndef EGS_EGSGADBOX_H
#include <egs/egsgadbox.h>
#endif
EB_GadBoxPtr EGB_CreateRadioGadget(EB_GadContext con,
EB_StrArrayPtr names,
WORD height, LONG id);
void EGB_ModifyRadioGadget(EI_WindowPtr win,
EI_GadgetPtr gad, LONG data);
void EGB_OnRadioElems(EI_WindowPtr win,
EI_GadgetPtr gad,
ULONG elems);
void EGB_OffRadioElems(EI_WindowPtr win,
EI_GadgetPtr gad,
ULONG elems);